Class yassl.varnode
All Packages This Package Previous Next
Class yassl.varnode
java.lang.Object
|
+----yassl.pnode
|
+----yassl.varnode
-
public class
varnode
-
extends pnode
Primitive node to hold variable names
-
varnode(String)
-
-
eval(Env)
-
eval'ling a varnode looks up the value associated
with it, searching up in the Env if necessary.
-
help(Env)
-
Return a string to be used in help messages about a
particular node.
varnode
public varnode(String val)
eval
public pnode eval(Env e) throws yasslError
-
eval'ling a varnode looks up the value associated
with it, searching up in the Env if necessary.
-
Overrides:
-
eval in class pnode
help
public String help(Env e)
-
Return a string to be used in help messages about a
particular node.
-
Overrides:
-
help in class pnode
All Packages This Package Previous Next